bitkeeper revision 1.1159.258.168 (42b351653L3XVvz6UCiRgtfHHvj-Eg)
authoriap10@tetris.cl.cam.ac.uk <iap10@tetris.cl.cam.ac.uk>
Fri, 17 Jun 2005 22:40:37 +0000 (22:40 +0000)
committeriap10@tetris.cl.cam.ac.uk <iap10@tetris.cl.cam.ac.uk>
Fri, 17 Jun 2005 22:40:37 +0000 (22:40 +0000)
commit54a0093d8214fe2ec194e3f4332336daff7849c3
treecfcae1a46e2dc857fea2cc42b132711765b3492e
parentad25d356d1d4675daaaf3cf551a5c5491a2ef7de
bitkeeper revision 1.1159.258.168 (42b351653L3XVvz6UCiRgtfHHvj-Eg)

Subject: [Xen-devel] [PATCH] _perform_err

the declaration of _perform_err needs at least three arguments
(exlcuding self), but gets onky called with two args at many
places. This messes up xend-debug.log.
Patch is against 2.0-testing, but applied cleanly to unstable
as well, when I checked last.

From: Kurt Garloff <kurt@garloff.de>
Signed-off-by: ian@xensource.com
tools/python/xen/xend/server/SrvBase.py
tools/python/xen/xend/server/SrvConsole.py
tools/python/xen/xend/server/SrvConsoleDir.py
tools/python/xen/xend/server/SrvDir.py
tools/python/xen/xend/server/SrvDmesg.py
tools/python/xen/xend/server/SrvDomainDir.py
tools/python/xen/xend/server/SrvNode.py
tools/python/xen/xend/server/SrvVnetDir.py
tools/python/xen/xend/server/SrvXendLog.py